[INFO] fetching crate oak-liquid 0.0.11...
[INFO] fixing oak-liquid-0.0.11 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate oak-liquid 0.0.11 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate oak-liquid 0.0.11
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate oak-liquid 0.0.11
[INFO] tweaked toml for crates.io crate oak-liquid 0.0.11 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oak-liquid 0.0.11 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oak-liquid 0.0.11 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a9df3d4d83312d5851d713d83a10f28db693dcaa0a87837e0effb86614363881
[INFO] running `Command { std: "docker" "start" "a9df3d4d83312d5851d713d83a10f28db693dcaa0a87837e0effb86614363881", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a9df3d4d83312d5851d713d83a10f28db693dcaa0a87837e0effb86614363881" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9df3d4d83312d5851d713d83a10f28db693dcaa0a87837e0effb86614363881", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a9df3d4d83312d5851d713d83a10f28db693dcaa0a87837e0effb86614363881" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking oak-liquid v0.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `language` is never read
[INFO] [stdout]   --> src/builder/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct LiquidBuilder<'a> {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 14 |     /// The language instance
[INFO] [stdout] 15 |     language: &'a LiquidLanguage,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LiquidBuilder` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `language` is never read
[INFO] [stdout]   --> src/builder/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct LiquidBuilder<'a> {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 14 |     /// The language instance
[INFO] [stdout] 15 |     language: &'a LiquidLanguage,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LiquidBuilder` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `oak_core::lexer::LexerSession`
[INFO] [stdout]  --> tests/test_config.rs:2:20
[INFO] [stdout]   |
[INFO] [stdout] 2 |     lexer::{Lexer, LexerSession},
[INFO] [stdout]   |                    ^^^^^^^^^^^^ no `LexerSession` in `lexer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `SourceText` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> tests/test_config.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |     println!("  源文本: {}", source);
[INFO] [stdout]    |                         --   ^^^^^^ `SourceText` cannot be formatted with the default formatter
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `SourceText`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `tokens` on type `OakDiagnostics<Tokens<LiquidLanguage>>`
[INFO] [stdout]   --> tests/test_config.rs:31:43
[INFO] [stdout]    |
[INFO] [stdout] 31 |     println!("  Token 数量: {}", lex_result.tokens.len());
[INFO] [stdout]    |                                             ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `result`, `diagnostics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `tokens` on type `OakDiagnostics<Tokens<LiquidLanguage>>`
[INFO] [stdout]   --> tests/test_config.rs:32:34
[INFO] [stdout]    |
[INFO] [stdout] 32 |     for (i, token) in lex_result.tokens.iter().enumerate() {
[INFO] [stdout]    |                                  ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `result`, `diagnostics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_text_in` found for struct `SourceText` in the current scope
[INFO] [stdout]    --> tests/test_config.rs:33:27
[INFO] [stdout]     |
[INFO] [stdout]  33 |         let text = source.get_text_in(token.span);
[INFO] [stdout]     |                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oak-core-0.0.11/src/source/mod.rs:134:8
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn get_text_in(&self, range: Range<usize>) -> Cow<'_, str>;
[INFO] [stdout]     |        ----------- the method is available for `SourceText` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Source` which provides `get_text_in` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use oak_core::Source;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `get_text_from` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  33 -         let text = source.get_text_in(token.span);
[INFO] [stdout]  33 +         let text = source.get_text_from(token.span);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `SourceText` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> tests/test_config.rs:66:27
[INFO] [stdout]    |
[INFO] [stdout] 66 |     println!("  源文本: {}", source);
[INFO] [stdout]    |                         --   ^^^^^^ `SourceText` cannot be formatted with the default formatter
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `SourceText`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `tokens` on type `OakDiagnostics<Tokens<LiquidLanguage>>`
[INFO] [stdout]   --> tests/test_config.rs:73:43
[INFO] [stdout]    |
[INFO] [stdout] 73 |     println!("  Token 数量: {}", lex_result.tokens.len());
[INFO] [stdout]    |                                             ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `result`, `diagnostics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `tokens` on type `OakDiagnostics<Tokens<LiquidLanguage>>`
[INFO] [stdout]   --> tests/test_config.rs:74:34
[INFO] [stdout]    |
[INFO] [stdout] 74 |     for (i, token) in lex_result.tokens.iter().enumerate() {
[INFO] [stdout]    |                                  ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `result`, `diagnostics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_text_in` found for struct `SourceText` in the current scope
[INFO] [stdout]    --> tests/test_config.rs:75:27
[INFO] [stdout]     |
[INFO] [stdout]  75 |         let text = source.get_text_in(token.span);
[INFO] [stdout]     |                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oak-core-0.0.11/src/source/mod.rs:134:8
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn get_text_in(&self, range: Range<usize>) -> Cow<'_, str>;
[INFO] [stdout]     |        ----------- the method is available for `SourceText` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Source` which provides `get_text_in` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use oak_core::Source;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `get_text_from` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  75 -         let text = source.get_text_in(token.span);
[INFO] [stdout]  75 +         let text = source.get_text_from(token.span);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oak-liquid` (test "test_config") due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a9df3d4d83312d5851d713d83a10f28db693dcaa0a87837e0effb86614363881", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9df3d4d83312d5851d713d83a10f28db693dcaa0a87837e0effb86614363881", kill_on_drop: false }`
[INFO] [stdout] a9df3d4d83312d5851d713d83a10f28db693dcaa0a87837e0effb86614363881
